NReflectionObjectsDataTable<TItem> Class Members
In This Topic
The following tables list the members exposed by NReflectionObjectsDataTable<TItem>.
Public Properties
| Name | Description |
 | CanAddRow | Overridden. Determines whether the data table supports the AddRow operation |
 | CanInsertRow | Overridden. Determines whether the data table supports the InsertRow operation |
 | FieldCount | Overridden. Gets the count of columns in the data source |
Top
Public Methods
| Name | Description |
 | GetFieldIndex | Overridden. Gets the column index of the column with the specified name |
 | GetFieldInfo | Overloaded. Overridden. Gets the type of the column at the specified index |
 | GetValue | Overloaded. Overridden. Gets the value for a given [row:col] |
Top
See Also